*----------------------------------
*    Macro definitions
*----------------------------------

INDEX8 MAC   ;Sets 8 bit indexs
 SEP #$10
 <<<

INDEX16 MAC   ;Sets 16 bit indexs
 REP #$10
 <<<

MEMORY8 MAC   ;Sets memory size to 8 bits
 SEP #$20
 <<<

MEMORY16 MAC  ;Sets memory size to 16 bits
 REP #$20
 <<<

MX8 MAC   ;Sets both memory & indexs to 8 bits
 SEP #$30
 <<<

MX16 MAC   ;Sets both memory & indexs to 16 bits
 REP #$30
 <<<
